A shrinking story? Yes. A normal shrinking story? Oh no my dear reader. This is not just some story with the illusion of choice, but a story where you actually create the world you are reading.
How? Just read on.
[[Choose your characters|char1_select]]
(set: $character1 to "")
(set: $species1 to "")
(set: $gt1 to "")
(set: $character2 to "")
(set: $species2 to "")
(set: $gt2 to "")
(set: $encounter to 0)
(set: $dia1 to "")
(set: $dia2 to "")Now for the two characters to be the focus of our story. You have six to choose from, so take your time.
###Who's getting shrunk?
Koja the Male Tiger
Tom the Male Giraffe
Xavy the Male Rhino
Tecoxy the Female Cheetah
Komi the Female Gazelle
Wunoka the Male Fox
(click: "Koja the Male Tiger")[(set: $character1 to "Koja")(set: $species1 to "tiger")(set: $gt1 to "he")(replace: "Koja the Male Tiger")[Victim has been chosen
[[Now for the hunter of this victim|char2_select]]](replace: "Tom the Male Giraffe")[](replace: "Xavy the Male Rhino")[](replace: "Tecoxy the Female Cheetah")[](replace: "Komi the Female Gazelle")[](replace: "Wunoka the Male Fox")[]]
(click: "Tom the Male Giraffe")[(set: $character1 to "Tom")(set: $species1 to "giraffe")(set: $gt1 to "he")(replace: "Tom the Male Giraffe")[Victim has been chosen
[[Now for the hunter of this victim|char2_select]]](replace: "Koja the Male Tiger")[](replace: "Xavy the Male Rhino")[](replace: "Tecoxy the Female Cheetah")[](replace: "Komi the Female Gazelle")[](replace: "Wunoka the Male Fox")[]]
(click: "Xavy the Male Rhino")[(set: $character1 to "Xavy")(set: $species1 to "rhino")(set: $gt1 to "he")(replace: "Xavy the Male Rhino")[Victim has been chosen
[[Now for the hunter of this victim|char2_select]]](replace: "Tom the Male Giraffe")[](replace: "Koja the Male Tiger")[](replace: "Tecoxy the Female Cheetah")[](replace: "Komi the Female Gazelle")[](replace: "Wunoka the Male Fox")[]]
(click: "Tecoxy the Female Cheetah")[(set: $character1 to "Tecoxy")(set: $species1 to "cheetah")(set: $gt1 to "she")(replace: "Tecoxy the Female Cheetah")[Victim has been chosen
[[Now for the hunter of this victim|char2_select]]](replace: "Tom the Male Giraffe")[](replace: "Xavy the Male Rhino")[](replace: "Koja the Male Tiger")[](replace: "Komi the Female Gazelle")[](replace: "Wunoka the Male Fox")[]]
(click: "Komi the Female Gazelle")[(set: $character1 to "Komi")(set: $species1 to "gazelle")(set: $gt1 to "she")(replace: "Komi the Female Gazelle")[Victim has been chosen
[[Now for the hunter of this victim|char2_select]]](replace: "Tom the Male Giraffe")[](replace: "Xavy the Male Rhino")[](replace: "Tecoxy the Female Cheetah")[](replace: "Koja the Male Tiger")[](replace: "Wunoka the Male Fox")[]]
(click: "Wunoka the Male Fox")[(set: $character1 to "Wunoka")(set: $species1 to "fox")(set: $gt1 to "he")(replace: "Wunoka the Male Fox")[Victim has been chosen
[[Now for the hunter of this victim|char2_select]]](replace: "Tom the Male Giraffe")[](replace: "Xavy the Male Rhino")[](replace: "Tecoxy the Female Cheetah")[](replace: "Komi the Female Gazelle")[](replace: "Koja the Male Tiger")[]]$character1, $species1, & $gt1 are shrunk one
$character2, $species2, & $gt2 are predator
Make sure to have character specific dialogue
Track dialogue via $encounter variable
$encounter determines what is displayed
dia_check determines who is talking
$encounter = 1
tacos are brought to table
$encounter = 2
comment about salsa already on taco
$encounter = 3
realization of being shrunk
$encounter = 4
being caught by $character2
$encounter = 5
being eaten$character1 is gonna get a whole new perspective, but who will $gt1 be hunted by?
(if: $character1 is "Koja")[
Tom the Male Giraffe
Xavy the Male Rhino
Tecoxy the Female Cheetah
Komi the Female Gazelle
Wunoka the Male Fox
(click: "Tom the Male Giraffe")[(set: $character2 to "Tom")(set: $species2 to "giraffe")(set: $gt2 to "he")(replace: "Tom the Male Giraffe")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Xavy the Male Rhino")[](replace: "Tecoxy the Female Cheetah")[](replace: "Komi the Female Gazelle")[](replace: "Wunoka the Male Fox")[]]
(click: "Xavy the Male Rhino")[(set: $character2 to "Xavy")(set: $species2 to "rhino")(set: $gt2 to "he")(replace: "Xavy the Male Rhino")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Tom the Male Giraffe")[](replace: "Tecoxy the Female Cheetah")[](replace: "Komi the Female Gazelle")[](replace: "Wunoka the Male Fox")[]]
(click: "Tecoxy the Female Cheetah")[(set: $character2 to "Tecoxy")(set: $species2 to "cheetah")(set: $gt2 to "she")(replace: "Tecoxy the Female Cheetah")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Tom the Male Giraffe")[](replace: "Xavy the Male Rhino")[](replace: "Komi the Female Gazelle")[](replace: "Wunoka the Male Fox")[]]
(click: "Komi the Female Gazelle")[(set: $character2 to "Komi")(set: $species2 to "gazelle")(set: $gt2 to "she")(replace: "Komi the Female Gazelle")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Tom the Male Giraffe")[](replace: "Xavy the Male Rhino")[](replace: "Tecoxy the Female Cheetah")[](replace: "Wunoka the Male Fox")[]]
(click: "Wunoka the Male Fox")[(set: $character2 to "Wunoka")(set: $species2 to "fox")(set: $gt2 to "he")(replace: "Wunoka the Male Fox")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Tom the Male Giraffe")[](replace: "Xavy the Male Rhino")[](replace: "Tecoxy the Female Cheetah")[](replace: "Komi the Female Gazelle")[]]]
(if: $character1 is "Tom")[
Koja the Male Tiger
Xavy the Male Rhino
Tecoxy the Female Cheetah
Komi the Female Gazelle
Wunoka the Male Fox
(click: "Koja the Male Tiger")[(set: $character2 to "Koja")(set: $species2 to "tiger")(set: $gt2 to "he")(replace: "Koja the Male Tiger")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Xavy the Male Rhino")[](replace: "Tecoxy the Female Cheetah")[](replace: "Komi the Female Gazelle")[](replace: "Wunoka the Male Fox")[]]
(click: "Xavy the Male Rhino")[(set: $character2 to "Xavy")(set: $species2 to "rhino")(set: $gt2 to "he")(replace: "Xavy the Male Rhino")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Koja the Male Tiger")[](replace: "Tecoxy the Female Cheetah")[](replace: "Komi the Female Gazelle")[](replace: "Wunoka the Male Fox")[]]
(click: "Tecoxy the Female Cheetah")[(set: $character2 to "Tecoxy")(set: $species2 to "cheetah")(set: $gt2 to "she")(replace: "Tecoxy the Female Cheetah")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Koja the Male Tiger")[](replace: "Xavy the Male Rhino")[](replace: "Komi the Female Gazelle")[](replace: "Wunoka the Male Fox")[]]
(click: "Komi the Female Gazelle")[(set: $character2 to "Komi")(set: $species2 to "gazelle")(set: $gt2 to "she")(replace: "Komi the Female Gazelle")["Predator has been chosen
[[Let's begin|pass1]]](replace: "Koja the Male Tiger")[](replace: "Xavy the Male Rhino")[](replace: "Tecoxy the Female Cheetah")[](replace: "Wunoka the Male Fox")[]]
(click: "Wunoka the Male Fox")[(set: $character2 to "Wunoka")(set: $species2 to "fox")(set: $gt2 to "he")(replace: "Wunoka the Male Fox")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Koja the Male Tiger")[](replace: "Xavy the Male Rhino")[](replace: "Tecoxy the Female Cheetah")[](replace: "Komi the Female Gazelle")[]]]
(if: $character1 is "Xavy")[
Koja the Male Tiger
Tom the Male Giraffe
Tecoxy the Female Cheetah
Komi the Female Gazelle
Wunoka the Male Fox
(click: "Koja the Male Tiger")[(set: $character2 to "Koja")(set: $species2 to "tiger")(set: $gt2 to "he")(replace: "Koja the Male Tiger")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Tom the Male Giraffe")[](replace: "Tecoxy the Female Cheetah")[](replace: "Komi the Female Gazelle")[](replace: "Wunoka the Male Fox")[]]
(click: "Tom the Male Giraffe")[(set: $character2 to "Tom")(set: $species2 to "giraffe")(set: $gt2 to "he")(replace: "Tom the Male Giraffe")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Koja the Male Tiger")[](replace: "Tecoxy the Female Cheetah")[](replace: "Komi the Female Gazelle")[](replace: "Wunoka the Male Fox")[]]
(click: "Tecoxy the Female Cheetah")[(set: $character2 to "Tecoxy")(set: $species2 to "cheetah")(set: $gt2 to "she")(replace: "Tecoxy the Female Cheetah")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Tom the Male Giraffe")[](replace: "Koja the Male Tiger")[](replace: "Komi the Female Gazelle")[](replace: "Wunoka the Male Fox")[]]
(click: "Komi the Female Gazelle")[(set: $character2 to "Komi")(set: $species2 to "gazelle")(set: $gt2 to "she")(replace: "Komi the Female Gazelle")["Predator has been chosen
[[Let's begin|pass1]]](replace: "Tom the Male Giraffe")[](replace: "Koja the Male Tiger")[](replace: "Tecoxy the Female Cheetah")[](replace: "Wunoka the Male Fox")[]]
(click: "Wunoka the Male Fox")[(set: $character2 to "Wunoka")(set: $species2 to "fox")(set: $gt2 to "he")(replace: "Wunoka the Male Fox")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Tom the Male Giraffe")[](replace: "Koja the Male Tiger")[](replace: "Tecoxy the Female Cheetah")[](replace: "Komi the Female Gazelle")[]]]
(if: $character1 is "Tecoxy")[
Koja the Male Tiger
Tom the Male Giraffe
Xavy the Male Rhino
Komi the Female Gazelle
Wunoka the Male Fox
(click: "Koja the Male Tiger")[(set: $character2 to "Koja")(set: $species2 to "tiger")(set: $gt2 to "he")(replace: "Koja the Male Tiger")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Tom the Male Giraffe")[](replace: "Xavy the Male Rhino")[](replace: "Komi the Female Gazelle")[](replace: "Wunoka the Male Fox")[]]
(click: "Tom the Male Giraffe")[(set: $character2 to "Tom")(set: $species2 to "giraffe")(set: $gt2 to "he")(replace: "Tom the Male Giraffe")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Xavy the Male Rhino")[](replace: "Koja the Male Tiger")[](replace: "Komi the Female Gazelle")[](replace: "Wunoka the Male Fox")[]]
(click: "Xavy the Male Rhino")[(set: $character2 to "Xavy")(set: $species2 to "rhino")(set: $gt2 to "he")(replace: "Xavy the Male Rhino")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Tom the Male Giraffe")[](replace: "Koja the Male Tiger")[](replace: "Komi the Female Gazelle")[](replace: "Wunoka the Male Fox")[]]
(click: "Komi the Female Gazelle")[(set: $character2 to "Komi")(set: $species2 to "gazelle")(set: $gt2 to "she")(replace: "Komi the Female Gazelle")["Predator has been chosen
[[Let's begin|pass1]]](replace: "Tom the Male Giraffe")[](replace: "Xavy the Male Rhino")[](replace: "Koja the Male Tiger")[](replace: "Wunoka the Male Fox")[]]
(click: "Wunoka the Male Fox")[(set: $character2 to "Wunoka")(set: $species2 to "fox")(set: $gt2 to "he")(replace: "Wunoka the Male Fox")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Tom the Male Giraffe")[](replace: "Xavy the Male Rhino")[](replace: "Koja the Male Tiger")[](replace: "Komi the Female Gazelle")[]]]
(if: $character1 is "Komi")[
Koja the Male Tiger
Tom the Male Giraffe
Xavy the Male Rhino
Tecoxy the Female Cheetah
Wunoka the Male Fox
(click: "Koja the Male Tiger")[(set: $character2 to "Koja")(set: $species2 to "tiger")(set: $gt2 to "he")(replace: "Koja the Male Tiger")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Tom the Male Giraffe")[](replace: "Xavy the Male Rhino")[](replace: "Tecoxy the Female Cheetah")[](replace: "Wunoka the Male Fox")[]]
(click: "Tom the Male Giraffe")[(set: $character2 to "Tom")(set: $species2 to "giraffe")(set: $gt2 to "he")(replace: "Tom the Male Giraffe")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Xavy the Male Rhino")[](replace: "Tecoxy the Female Cheetah")[](replace: "Koja the Male Tiger")[](replace: "Wunoka the Male Fox")[]]
(click: "Xavy the Male Rhino")[(set: $character2 to "Xavy")(set: $species2 to "rhino")(set: $gt2 to "he")(replace: "Xavy the Male Rhino")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Tom the Male Giraffe")[](replace: "Tecoxy the Female Cheetah")[](replace: "Koja the Male Tiger")[](replace: "Wunoka the Male Fox")[]]
(click: "Tecoxy the Female Cheetah")[(set: $character2 to "Tecoxy")(set: $species2 to "cheetah")(set: $gt2 to "she")(replace: "Tecoxy the Female Cheetah")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Tom the Male Giraffe")[](replace: "Xavy the Male Rhino")[](replace: "Koja the Male Tiger")[](replace: "Wunoka the Male Fox")[]]
(click: "Wunoka the Male Fox")[(set: $character2 to "Wunoka")(set: $species2 to "fox")(set: $gt2 to "he")(replace: "Wunoka the Male Fox")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Tom the Male Giraffe")[](replace: "Xavy the Male Rhino")[](replace: "Tecoxy the Female Cheetah")[](replace: "Koja the Male Tiger")[]]]
(if: $character1 is "Wunoka")[
Koja the Male Tiger
Tom the Male Giraffe
Xavy the Male Rhino
Tecoxy the Female Cheetah
Komi the Female Gazelle
(click: "Koja the Male Tiger")[(set: $character2 to "Koja")(set: $species2 to "tiger")(set: $gt2 to "he")(replace: "Koja the Male Tiger")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Tom the Male Giraffe")[](replace: "Xavy the Male Rhino")[](replace: "Tecoxy the Female Cheetah")[](replace: "Komi the Female Gazelle")[]]
(click: "Tom the Male Giraffe")[(set: $character2 to "Tom")(set: $species2 to "giraffe")(set: $gt2 to "he")(replace: "Tom the Male Giraffe")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Xavy the Male Rhino")[](replace: "Tecoxy the Female Cheetah")[](replace: "Komi the Female Gazelle")[](replace: "Koja the Male Tiger")[]]
(click: "Xavy the Male Rhino")[(set: $character2 to "Xavy")(set: $species2 to "rhino")(set: $gt2 to "he")(replace: "Xavy the Male Rhino")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Tom the Male Giraffe")[](replace: "Tecoxy the Female Cheetah")[](replace: "Komi the Female Gazelle")[](replace: "Koja the Male Tiger")[]]
(click: "Tecoxy the Female Cheetah")[(set: $character2 to "Tecoxy")(set: $species2 to "cheetah")(set: $gt2 to "she")(replace: "Tecoxy the Female Cheetah")[Predator has been chosen
[[Let's begin|pass1]]](replace: "Tom the Male Giraffe")[](replace: "Xavy the Male Rhino")[](replace: "Komi the Female Gazelle")[](replace: "Koja the Male Tiger")[]]
(click: "Komi the Female Gazelle")[(set: $character2 to "Komi")(set: $species2 to "gazelle")(set: $gt2 to "she")(replace: "Komi the Female Gazelle")["Predator has been chosen
[[Let's begin|pass1]]](replace: "Tom the Male Giraffe")[](replace: "Xavy the Male Rhino")[](replace: "Tecoxy the Female Cheetah")[](replace: "Koja the Male Tiger")[]]]Tacos were not $character1's favorite food, but they were $character2's. The $species1 had planned on getting a sandwich, but was convinced otherwise by the $species2. Mostly because $gt2 had offered to pay for the both of them. It was an offer one could not refuse. Whether or not $gt1 liked tacos, they were tacos $gt1 didn't have to pay for. $character1 was lucky enough to get a table for them. The taco truck only owned a couple tables, so getting one was lucky. As $character2 approached the table with softshell tacos in hand, $character1 was unaware to how unlucky the day was going to be.
(set: $encounter to 1)
(display: "dia_check")
$character1 nodded and $gt1 grabbed the large taco that $gt1 didn't have to pay for. As the hungry $species1 and $species2 unwrapped their food, the freeloader noticed something about their taco.
[[taco trouble|pass2]]
{(if: $encounter is 1)["How did you manage to get tacos when the line is that long?"](else-if: $encounter is 2)["Ugh! Salsa is already on here!"](else-if: $encounter is 3)["Salsa already on the taco. Why didn't I see this coming?"](else-if: $encounter is 4)["I'm hoping $gt2 didn't see me."](else-if: $encounter is 5)["Ew! You already took a bite out of this. I can feel your spit all over my feet."]}{(if: $encounter is 1)["How on earth did you get those so fast?"](else-if: $encounter is 2)["Salsa? I hope it's mild."](else-if: $encounter is 3)["Shrinking now? I haven't finished my taco yet."](else-if: $encounter is 4)["If $character2 saw me I am screwed."](else-if: $encounter is 5)["You know $character2, you could be a really nice $species2 and not eat me?"]}{(if: $encounter is 1)["Weren't you stuck at the back of the line?"](else-if: $encounter is 2)["I really hope this is the salsa I like."](else-if: $encounter is 3)["No such thing as a normal day with this $species2."](else-if: $encounter is 4)["As long as you didn't feel that $character2, I should be home free. "](else-if: $encounter is 5)["Let's talk about the alternative of not eating me."]}{(if: $encounter is 1)["I just sat down. How'd you get those so fast?"](else-if: $encounter is 2)["If this was any other taco place, I would be so mad about this salsa."](else-if: $encounter is 3)["What in the world? Why am I getting smaller?"](else-if: $encounter is 4)["I really hope you have no feeling in your feet."](else-if: $encounter is 5)["I know I'm about to get eaten, but this is so unsanitary!"]}{(if: $encounter is 1)["$character1 I swear I will never know how you get food that quick even if the line is a mile long."](else-if: $encounter is 2)["Not a fan of salsa, but at least it's organic."](else-if: $encounter is 3)["This is why I don't eat at food trucks."](else-if: $encounter is 4)["Maybe $gt2 didn't feel that at all and it's my lucky day."](else-if: $encounter is 5)["Please don't do this. The last thing I want is to be eaten with non-organic food."]}{(if: $encounter is 1)["Not even sitting for two minutes and you already got the food. How?"](else-if: $encounter is 2)["Salsa? Eh, could be worse."](else-if: $encounter is 3)["Well, getting into the movie theater just got a lot easier."](else-if: $encounter is 4)["Alright, time ot take my leave."](else-if: $encounter is 5)["I know you love extra meat on your taco, but come on!"]}{(if: $character1 is "Koja")[(display: "koja_prey_dia")](else-if: $character1 is "Tom")[(display: "tom_prey_dia")](else-if: $character1 is "Xavy")[(display: "xavy_prey_dia")](else-if: $character1 is "Tecoxy")[(display: "tecoxy_prey_dia")](else-if: $character1 is "Komi")[(display: "komi_prey_dia")](else-if: $character1 is "Wunoka")[(display: "wunoka_prey_dia")]}
{(if: $character2 is "Koja")[(display: "koja_pred_dia")](else-if: $character2 is "Tom")[(display: "tom_pred_dia")](else-if: $character2 is "Xavy")[(display: "xavy_pred_dia")](else-if: $character2 is "Tecoxy")[(display: "tecoxy_pred_dia")](else-if: $character2 is "Komi")[(display: "komi_pred_dia")](else-if: $character2 is "Wunoka")[(display: "wunoka_pred_dia")]}{(if: $encounter is 1)["I'm just that good."](else-if: $encounter is 2)["It's a new salsa they're making."](else-if: $encounter is 3)["Oh no! This is totally unplanned!"](else-if: $encounter is 4)["Well hello again."](else-if: $encounter is 5)["A tiger like me can't avoid a $species1 like you."]}{(if: $encounter is 1)["I got a long reach over everyone."](else-if: $encounter is 2)["Yeah. They put salsa on everyone's stuff."](else-if: $encounter is 3)["Wow, and I thought I was taller than you before."](else-if: $encounter is 4)["Boo!"](else-if: $encounter is 5)["Nothing personal, just wanted to see if I could do it to you."]}{(if: $encounter is 1)["I can be very intimidating you know. People kinda just move when i tell them too."](else-if: $encounter is 2)["I bet this salsa will be the best you ever tasted."](else-if: $encounter is 3)["I'll porbably look like the size of a building"](else-if: $encounter is 4)["Thought you could run huh?"](else-if: $encounter is 5)["Big guy like me needs all the protein he can get."]}{(if: $encounter is 1)["We both know I'm pretty fast."](else-if: $encounter is 2)["It's my favorite flavor of salsa."](else-if: $encounter is 3)["Now how is this happening to you I wonder?"](else-if: $encounter is 4)["Surprise!"](else-if: $encounter is 5)["I really wanted to experience a meal like this. Thanks!"]}{(if: $encounter is 1)["When you're this pretty, cutting in line is a given."](else-if: $encounter is 2)["They started this new organic salsa I wanted to try."](else-if: $encounter is 3)["Well. I didn't expect it to happen so soon."](else-if: $encounter is 4)["There you are $character1!"](else-if: $encounter is 5)["I know you're not organic, but I'll make an exception."]}{(if: $encounter is 1)["I called ahead. The cook is an old friend of mine."](else-if: $encounter is 2)["It's a new salsa my buddy made. Thought you might like it."](else-if: $encounter is 3)["Hm. I might have overdone it."](else-if: $encounter is 4)["Ha! I see ya down there!"](else-if: $encounter is 5)["Now for my final trick. Making a shrunken $species1 disappear!"]}
(set: $encounter to 2)(display: "dia_check")
$character1 looked over the taco for a moment before taking a bite into it. It tasted like a normal taco, but the salsa did give it a bit more flavor. The hungry $species1 ate most of the meal quite quickly. As $gt1 ate the taco, $character2 kept staring at them as they both ate.
After some time, both had finished their meal. $character1 was about to thank $character2 for the food, when $gt1 was suddenly overcome with a sinking feeling in the stomach. The feeling was continous, and it felt almost as if $character1's whole body was sinking into itself. As $gt1 fell forward from being overwhelmed, the $species1 grabbed onto the flimsy table. The feeling continued as $gt1 fell off the chair and dangled in the air. Falling to the ground, the fall was broken by what was now clothes too massive for the tiny $species1 to wear.
(set: $encounter to 3)(display: "dia_check")
$character1 could see the massive $species2 hands approaching, and crawled out under the clothes by instinct. When everything started moving, the tiny $species1 started crawling out faster. When $gt1 got out of the clothes pile, $gt1 immediately started to run, and ran right into $character2's foot, falling over it.
[[uh oh|pass3]]
(set: $encounter to 4)(display: "dia_check")
Before $gt1 could react, $character2 lifted the shrunken $species1 closer to their face. The $species2 looked $character1 over, marveling at the work done. His back was to everyone there, and they were too busy to notice one less person there. Then, $gt2 looked down at the extra taco $gt2 bought, then back to $character1. $character2 took a bit of the taco, then slowly stuffed $character1 inside it.
(set: $encounter to 5)
(display: "dia_check")
With $character1 only halfway in, $character2 took a bite just large enough to encompass the entire body of the small $species1. The $species2 moved $character2's body around a bit, enjoying the moment. Then, with no warning to the very small victim, $gt2 swallowed fast. The $species2 sat there for a moment, enjoying the tiny fists pounding against the stomach wall. $character2 picked up $character1's clothes, and walked home as he finished off his taco.